home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Leisure Game Pak 1
/
Leisure Game Pak I.iso
/
lpgame1
/
89
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1994-08-17
|
592b
|
22 lines
echo off
cls
echo
echo CHINESE CHECKERS INSTALLATION ROUTINE
echo
echo This routine does the following things:
echo 1. Creates the C:\CHINESE subdirectory
echo 2. Copies the needed files on your C: drive
echo 3. Runs the program
echo
echo To play Chinese Checkers from now on, enter
echo the command CHINESE at your C: prompt.
echo
echo (Press Ctrl-C or Ctrl-Break to Quit)
pause
md c:\chinese
echo Copying files ...
copy chinese.bat c:\ > nul
copy *.exe c:\chinese /v > nul
copy *.wl c:\chinese /v > nul
c:\chinese